home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / sflag100.zip / SETFLAG.DOC next >
Text File  |  1992-09-23  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. SetFlag v1.00
  12. Copyright (c)1992 Cabell B. Clarke Jr.
  13. ALL RIGHTS RESERVED
  14.  
  15.  
  16.  
  17.  
  18. --- DISCLAIMER
  19. This software is being released as FREEWARE.  Anyone can use it for anything
  20. they want.  It is not guaranteed to do anything but take up space on your
  21. disk.  If you break it you own both parts.  I am not responsible for
  22. anything.  If you do not believe that, just ask my kids.
  23.  
  24. --- ABOUT
  25. SetFlag is a simple little program that will toggle user flags in your
  26. RemoteAccess USERS.BBS file from the DOS command line.  I needed a quick
  27. and dirty way to do this so I wrote this program in an afternoon.  It's
  28. no speed demon and it isn't pretty but it seems to work fine on my system.
  29. Maybe it will work on yours.
  30.  
  31. --- SYNTAX
  32. The syntax for using SetFlag is as follows:
  33.  
  34.       SetFlag <flagnum> <ON|OFF>
  35.  
  36. Some examples are:
  37.  
  38.       SetFlag b4 on           ; turns the b4 flag on  for ALL users
  39.       setflag A7 OFF          ;   "    "  a7  "   OFF  "   "    "
  40.  
  41.  
  42. That's all it is to it.
  43.  
  44.  
  45. In case you were wondering about conventions:
  46.  
  47.             ON  = TRUE  = X
  48.             OFF = FALSE = -
  49.  
  50. --- INFO
  51. This program has been tested extensively for 15 minutes on my system.
  52. Of course, there are no bugs in it, but should you want to contact me
  53. anyway, here's how:
  54.  
  55.       Cabell Clarke
  56.       The Boot Factory BBS
  57.       804-262-9289
  58.       FidoNet 1:264/19
  59.  
  60. If you like the program and want to register, send me a message to the
  61. address above.
  62.  
  63. Also try out my ValidOOR User Verification System for RemoteAccess.
  64.  
  65.  
  66.  
  67.